Merged
Conversation
Contributor
jkyberneees
commented
Jul 15, 2025
- Introduced .prettierrc for consistent code formatting with single quotes and no semicolons.
- Added .prettierignore to exclude specific file types from formatting.
- Introduced tsconfig.build.json for TypeScript compilation settings.
- Configured compiler options for ESNext features, module resolution, and output settings.
- Included declaration and source map generation for better type support.
- Introduced .prettierrc for consistent code formatting with single quotes and no semicolons. - Added .prettierignore to exclude specific file types from formatting. chore: add TypeScript build configuration - Introduced tsconfig.build.json for TypeScript compilation settings. - Configured compiler options for ESNext features, module resolution, and output settings. - Included declaration and source map generation for better type support.
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request introduces comprehensive linting and TypeScript build configuration for the BunGate project. The changes implement consistent code formatting with single quotes and no semicolons, along with proper TypeScript compilation settings for modern JavaScript features.
Key Changes
- Added Prettier configuration for consistent code formatting with single quotes and no semicolons
- Added TypeScript build configuration with ESNext features, module resolution, and output settings
- Applied formatting changes across all test files to match the new style guidelines
Reviewed Changes
Copilot reviewed 43 out of 45 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tsconfig.build.json | New TypeScript build configuration with ESNext features, strict mode, and declaration generation |
| .prettierrc | Prettier configuration enforcing single quotes and no semicolons |
| .prettierignore | Exclude list for files that should not be formatted |
| test/**/*.test.ts | All test files reformatted to match new style guidelines |
…ical distribution and CI stability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.